CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - web server thread

搜索资源列表

  1. multi-thread_web_serv

    0下载:
  2. multi-thread web server, can take 20 requests one time, can use your browser to test it. It s my assignment work.-multi-thread web server, 20 requests can take one time, can use your browser to test it. It's my assignmen not work.
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:1555
    • 提供者:jinghe
  1. miniweb-0.8.19

    0下载:
  2. MiniWeb是一个针对嵌入式应用而开发的微型Web Server,它占用资源少,工作效率高,可移植性好,使用C语言编写,可以单线程服务多个用户,支持动态页面生成和页面变量替换等动态Web技术,可作为静态库或动态库内嵌于其他软件中,也可作为独立的Web server运行在Windows和Linux上。-MiniWeb was an embedded application and development of the micro-Web Server, It occupied less reso
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:49760
    • 提供者:justgo
  1. SubjectSpider_ByKelvenJU

    1下载:
  2. 1、锁定某个主题抓取; 2、能够产生日志文本文件,格式为:时间戳(timestamp)、URL; 3、抓取某一URL时最多允许建立2个连接(注意:本地作网页解析的线程数则不限) 4、遵守文明蜘蛛规则:必须分析robots.txt文件和meta tag有无限制;一个线程抓完一个网页后要sleep 2秒钟; 5、能对HTML网页进行解析,提取出链接URL,能判别提取的URL是否已处理过,不重复解析已crawl过的网页; 6、能够对spider/crawler程序的一些基本参数进行
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1912263
    • 提供者:祝庆荣
  1. web

    0下载:
  2. 1.建立服务器监听程序,等待web浏览器发送请求 2.当接收到web服务器的链接请求时新建响应线程接受web服务器的访问请求 3.响应线程发送浏览器请求的页面给web浏览器,关闭打开的资源结束自身线程。 -1 Create the server listener to wait for the web browser sends a request when receiving links to a web server request a new response thread r
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:5349
    • 提供者:eddywang
  1. multithreadwebspider

    0下载:
  2. vc6编写的多线程网络蜘蛛。功能:1、下载指定网址的网页文件,并可获得服务器的http响应信息。 2、可过滤出下载网页源码中的链接,文字,html标签,email地址 3、自动创建工作线程,检验过滤链接的有效性。-vc6 prepared multi-threaded web spider. Function: 1, download URL specified documents and access to the http server to respond to informati
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-09
    • 文件大小:71945
    • 提供者:hxl
  1. LoadOnStart

    0下载:
  2. 设置在web服务器启动的时候启动线程,可以在启动线程中来做一些初始化的工作-Set at a time when web server starts to start the thread, you can start the thread to do some initialization work
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-04
    • 文件大小:1737
    • 提供者:gm.lee
  1. ceshi

    0下载:
  2. 简单web服务器socket编程支持 自动获取ip 可选择文件根目录,可选择端口号 为每个文件请求建立一个线程-Simple web server socket programming support can choose to automatically obtain ip document root directory, choose the port number for each document request to establish a thread
  3. 所属分类:Web Server

    • 发布日期:2017-05-15
    • 文件大小:3974686
    • 提供者:张建权
  1. QGServerLib_release.tar

    0下载:
  2. QGServerLib是一个C++实现的简单易用的Tcp服务器框架库,旨在简化服务器的构建过程。 具有如下特点: 1, 以模块化的处理池为基本构建元素,能够方便的实现安全稳定的服务架构。 2,事件触发,多线程事件监听,任务化读写访问,解决单线程监听及数据读写带来的性能瓶颈,连接不受线程数限制。 3,写队列,并行读写逻辑,支持服务器数据推送(Push)。 4,数据传送协议,避免数据传送错误,封装数据流。 5,类远过程调用。 6,
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-03
    • 文件大小:1081069
    • 提供者:lwp
  1. cvery_1501589

    0下载:
  2. 在Windows系统里,使用完成端口是高性能的方法之一,比如把完成端口使用到线程池和网络服务器里。 此为一个挺好的用C++的完成端口例子-In the Windows system, use the completion port is one of the ways high-performance, such as the completion of the port to the thread pool and use the web server in. This is a very
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:2766870
    • 提供者:李丽丹
  1. WpfClog

    0下载:
  2. CLog可以让你在现有日志记录的系统中增加在服务器上记录客户端消息功能,它适用于任何WCF或ASP.NET Web服务用户。CLog是一个完全的日志提供系统,它有非常好的可定制性,线程级安全,能够序列化所有异常Exception类型,并可以在客户端或服务器端定制任何过滤机制:IP范围过滤,成员角色过滤,环境用户名过滤、机器名过滤时间范围过滤等…… 文章提供详细的使用教程和升级方法,并提供各种实例源代码。-CLog can put you at the existing logging syste
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1644049
    • 提供者:houhua
  1. proxy

    0下载:
  2. 本程序实现了Windows平台上的Web代理服务器功能。提供HTTP代理服务,支持“GET”方法;采用多线程技术,支持多用户同时代理;提供Web代理缓存(Cache);可以自定义代理服务器监听端口;提供日志记录功能。-This procedure implements the Windows platform, the Web proxy server functionality. HTTP proxy service provided to support the " GET"
  3. 所属分类:Proxy Server

    • 发布日期:2017-03-26
    • 文件大小:79135
    • 提供者:hack10002
  1. resources

    0下载:
  2. 将单线程的简单WEB服务器改为基于线程池的WEB服务器,使之能够同时处理多条请求-WEB server will be replaced by a simple single-threaded thread-pool-based WEB server so that it can simultaneously handle multiple requests
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-14
    • 文件大小:3424175
    • 提供者:Hito
  1. DiferentsWebServers.tar

    0下载:
  2. This code have diferent kinds of web servers examples that can be implemented in many ways. The file has a Client, Server using Fist Come First Serve, Server Fork, Server PreFork, Server using Thread Pool and using just Threads
  3. 所属分类:Web Server

    • 发布日期:2017-11-18
    • 文件大小:76478
    • 提供者:wagner
  1. ThreadPool

    0下载:
  2. 该程序是用java写的一个基于多线程web服务器的线程池程序,纯属原创,供大家参考和学习-The program is written in java based on a multi-threaded web server thread pool program is purely original, for your reference and learning
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:6844690
    • 提供者:wenjian
  1. Pool-of-Thread

    0下载:
  2. 用java写的一个基于多线程web服务器的线程池程序,,供大家参考和学习-Using java to write a web-based multi-threaded server thread pool procedures, for your reference and learning
  3. 所属分类:Java Develop

    • 发布日期:2017-05-27
    • 文件大小:10299371
    • 提供者:淦华
  1. javaweb

    2下载:
  2. 采用Socket和多线程技术,实现一个java Web服务器,加深对HTTP的认识。 新建java项目 webServer 新建java文件 WebServer.java Processor.java   一、HTTP协议的作用原理   WWW是以Internet作为传输媒介的一个应用系统,WWW网上最基本的传输单位是Web网页。WWW的工作基于客户机/服务器计算模型, 由Web 浏览器(客户机)和Web服务器(服务器)构成,两者之间采用超文本传送协议(HTTP)进行通信。HTTP协议是基于TC
  3. 所属分类:Java Develop

    • 发布日期:2016-10-25
    • 文件大小:37888
    • 提供者:xingtyunyui
  1. www

    1下载:
  2. 基于s5pc100-A8板的智能仓储物联系统,1. M0作为前端信息采集器,通过温湿度、光感等模块实时采集节点所在仓库的环境数据,通过RFID射频刷卡模拟货物出入库,将采集到的数据和货物存储信息通过ZIGBEE无线传输给A8主控板进行数据分析。 2. A8是整个系统的逻辑处理核心,采用多线程架构,线程间使用全局变量、互斥锁、条件变量实现线程同步、互斥、唤醒等动作;分析M0发送来的数据,唤醒相应线程进行短信报警、摄像头抓拍、蜂鸣器、LED灯光报警、出入库等动作,并将数据存入数据库中; 3.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-14
    • 文件大小:3402822
    • 提供者:zhb
  1. web

    0下载:
  2. linux下的多进程,多线程,i/o多路复用实现web服务器-linux under the multi-process, multi-thread, i/o multiplexing implementation of web server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:8389
    • 提供者:ZY
  1. Proxy

    0下载:
  2. 搜索提取(用正则方法)网页中的代理服务器,并多线程验证是否有效。支持一键替换IE浏览器代理,免除你手动换代理的麻烦。-Search and extract (using the regular method) web proxy server, and multi thread validation is effective. Support a key to replace the IE browser agent, the trouble you manually change agent.
  3. 所属分类:Proxy Server

    • 发布日期:2017-04-29
    • 文件大小:374786
    • 提供者:qwj
  1. WebApplication

    0下载:
  2. – The web application allows users to monitor power consumption, register Wi-Fi controllable devices and remotely control devices over Wi-Fi using a user interface. – This web application consists of a RESTful API developed in Node.js using the Exp
  3. 所属分类:WEB开发

    • 发布日期:2017-12-25
    • 文件大小:10185728
    • 提供者:哈哈拉拉
搜珍网 www.dssz.com